projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc2d962
)
Add CMake to build gir
author
Felix Krull
<f_krull@gmx.de>
Thu, 18 Oct 2018 20:29:07 +0000
(22:29 +0200)
committer
Colin Walters
<walters@verbum.org>
Fri, 6 May 2022 16:53:53 +0000
(12:53 -0400)
rust-bindings/rust/.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/rust-bindings/rust/.gitlab-ci.yml
b/rust-bindings/rust/.gitlab-ci.yml
index 55786322c71343d04cdcbd21339fc4bdaa33e409..8c288c410cc33dcaf747b5440eb7c2845cfef6c1 100644
(file)
--- a/
rust-bindings/rust/.gitlab-ci.yml
+++ b/
rust-bindings/rust/.gitlab-ci.yml
@@
-3,7
+3,7
@@
image: rust:latest
before_script:
- echo deb http://ftp.debian.org/debian stretch-backports main > /etc/apt/sources.list.d/backports.list
- apt-get update
-- apt-get install -y -t stretch-backports libostree-dev
+- apt-get install -y -t stretch-backports
cmake
libostree-dev
stages:
- build